adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ObjectCollectionT<T> Class / IndexOf Method


In This Topic
    IndexOf Method (ObjectCollectionT<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal item As T _
    ) As Integer
    public int IndexOf( 
       T item
    )
    public:
    int IndexOf( 
       T^ item
    ) 

    Parameters

    item
    See Also